From 8af3091ed68190b32583bb02a4d1a507562ac38f Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Mon, 17 Aug 2015 00:18:34 -0700 Subject: [PATCH] Do not generate .pyc file The -B switch turns off .pyc file generation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297bd21d6..f86c6a93a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Cargo can then be compiled like many other standard unix-like projects: git clone https://github.com/rust-lang/cargo cd cargo git submodule update --init -python src/etc/install-deps.py +python -B src/etc/install-deps.py ./configure --local-rust-root="$PWD"/rustc make make install -- 2.30.2